| GUI Help > Create > createComboBox | ||||||||||||||
|
createComboBox |
||||||||||||||
| int handle=createComboBox(int x, int y, int width, int height, handle parent) | ||||||||||||||
|
Description: Creates a combobox. Comboboxes are similar to listboxes except that only one item is visible on screen at once. The others are accessed from a drop down box. Whichever item is selected is shown in the box when it is closed. |
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
The same commands are used to manage listbox items as combobox items. |
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |